/**========================================================================
* ?                                ABOUT
* @author         :  Diamond Secrets
* @product        :  Final Fantasy (theme)
* @version        :  1.0
*========================================================================**/

/* general colors */
a {color:#00D4FF;}
body {
  background: #0A1628 url('./images/main.webp') no-repeat center center fixed;
  background-size: cover;
  color:#fff;
}
button { background:transparent; color:#fff; }
input, textarea, .post_input_container { background:#1A2F4A; border:1px solid #2E5C8A !important; color:#fff; }
.setdef { color:#fff; }

/* cookie box */
.cookie_wrap { background:#2E5C8A; color:#fff; }

/* item with background no effect */
.bback { background:rgb(255,255,255,0.05); }

/* item with background no effect with border */
.bbackb { background:rgb(255,255,255,0.05); border:1px solid rgb(255,255,255,0.08); }

/* item with no background and hover effect */
.bhover:hover { background:rgb(255,255,255,0.05); }

/* item with background and hover effect */
.bbackhover { background:rgb(255,255,255,0.05); }
.bbackhover:hover { background:rgb(255,255,255,0.03); }

/* item width background and hover effect with a border */
.bbackhoverb { background:rgb(255,255,255,0.05); }
.bbackhoverb:hover { background:rgb(255,255,255,0.3); border:1px solid rgb(255,255,255,0.05); }

/* item with no background with line separator and hover effect */
.blisting { border-bottom: 1px solid rgb(255,255,255,0.03); }
.blisting:hover { background: rgb(255,255,255,0.04); }

/* item with no background with line separator */
.blist { border-bottom: 1px solid rgb(255,255,255,0.03); }

/* private panel top */
.back_ptop { background:#2E5C8A; color:#fff; }

/* page menu & page sub menu */
.bpmenu:hover { background: rgb(255,255,255,0.05); }
.bsub { background:rgb(0,0,0,0.1); }
.bsub:hover { background:rgb(255,255,255,0.03); }

/* sub menus for card, logs, wall, news */
.bmenu, .submenu { border-bottom:1px solid rgb(255,255,255,0.03); }
.bmenu:hover, .submenu:hover { background:rgb(255,255,255,0.03); }

/* box shadow */
.bshadow, .page_element, .float_menu, .btnshadow, .pboxed { box-shadow:0 1px 3px rgb(0,0,0,0.4); }

/* main item selected for panel and box */
.bselected { background:rgb(255,255,255,0.08); }

/* reg menu selected item */
.rselected { background:rgb(255,255,255,0.08); }

/* page selected */
.pselected { color:#00D4FF;font-weight: bold; }

/* current item selected selected */
.cselected, .liked { background:rgb(255,255,255,0.05); }

/* paginate item selected */
.pag_btn { background:rgb(255,255,255,0.05); }
.pagselected, .pag_btn:hover { background:rgb(255,255,255,0.1); }

/* count and gold tag */
.gtag { background:#3A6EA5; border:1px solid rgb(255,255,255,0.05); }

/* border color for separator and items border */
.bborder { border-bottom:1px solid rgb(255,255,255,0.05); }
.tborder { border-top:1px solid rgb(255,255,255,0.05); }
.lborder, .ppanel { border-left:1px solid rgb(255,255,255,0.05); }
.rborder { border-right:1px solid rgb(255,255,255,0.05); }
.fborder { border:1px solid rgb(255,255,255,0.05); }

/* float top color */
.float_top { border-bottom:1px solid rgb(255,255,255,0.05); }
.float_ctop { border-bottom:1px solid rgb(255,255,255,0.05); }

/* headers, footer and top modal colors */
.bhead { background:linear-gradient(135deg, #0A2540 0%, #1A4D7A 25%, #2E5C8A 50%, #4A8FBF 75%, #0A2540 100%); color:#fff; }
.modal_top { background:linear-gradient(135deg, #0A2540 0%, #2E5C8A 50%, #0A2540 100%); color:#fff; }
.pro_top { background:linear-gradient(135deg, #0A2540 0%, #2E5C8A 50%, #0A2540 100%); color:#fff; }
.bfoot { background:linear-gradient(to top, #0A2540 0%, #1A4D7A 25%, #2E5C8A 50%, #4A8FBF 75%, #0A2540 100%); color:#fff; }
.foot { background:linear-gradient(135deg, #0A2540 0%, #2E5C8A 50%, #0A2540 100%); color:#fff; }

/* background major element panel, page menu, float menu, modal, chat boxes */
#intro_top,
.backglob {
  background: rgba(10, 22, 40, 0.3) url('./images/main.webp') no-repeat center center;
  background-size: cover;
}
#login_all{background:rgba(10,22,40,0.85)}
.back_chat,
.back_priv {
  background: rgba(10, 22, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.back_panel,
.back_pmenu {
  background: rgba(10, 22, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.back_input { 
    background: rgba(10, 22, 40, 0.8);
    border-top:1px solid rgba(255,255,255,0.05); 
}
/* ensure icons in input area are not affected by gradient */
.back_input .footer_item,
.back_input .head_option,
.back_input .i_btm,
.back_input i,
.back_input .fa,
.back_input [class*="icon"] {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.back_modal {
  background: rgba(10, 22, 40, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 212, 255, 0.2);
}

.page_element,
.back_quote {
  background: rgba(26, 47, 74, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.back_menu,
.back_box {
  background: rgba(26, 47, 74, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

/* main theme color */
.theme_color { color:#00D4FF; }
.default_color { color:#4A8FBF; }
.error  { color:#ff3636; }
.success { color:#42b920; }
.warn { color:#00D4FF; }

/* button colors */
.theme_btn, .back_theme { background:#00D4FF; color:#0A1628; }
.default_btn, .back_default { background:#2E5C8A; color:#fff; }
.defaultd_btn { background:#1A2F4A; color:#fff; }
.ok_btn { background:#42b920; color:#fff; }
.warn_btn { background:#00D4FF; color:#0A1628; }
.delete_btn { background:#ff3636; color:#fff; }
.send_btn { color:#f6f6f6; }

/* default username color */
.user { color:#fff; }

/* chat system messsage text color */
.chat_system { color:#00D4FF; }

/* opacity for offline users in list */
.offline { opacity:0.5; }

/* menu icon */
.menui { color:#00D4FF; }
.subi { color:#00D4FF; }
/* ensure icons in panel areas are readable */
.back_panel .footer_item,
.back_panel .head_option,
.back_panel .i_btm,
.back_panel i,
.back_panel .fa,
.back_panel [class*="icon"],
.back_pmenu .footer_item,
.back_pmenu .head_option,
.back_pmenu .i_btm,
.back_pmenu i,
.back_pmenu .fa,
.back_pmenu [class*="icon"] {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* wall reply background */
.reply_item { background:#1A2F4A; }

/* main post item option wall and news */
.main_post_item { color:#4A8FBF; }

/* input option background colors */
.input_item { color:#4A8FBF; }

/* private log bubble colors */
.target_private, .hunt_quote {color:#fff; background:#1A2F4A;}
.hunter_private, .targ_quote {color:#fff; background:#0F1E35;}

/* quote in chat background color */
.cquote { background:rgba(10,22,40,0.70) !important; }
.cqname { color:#00D4FF; }
.cqmess { color:#4A8FBF; }

/* tab menu */
.tab_menu { 
    box-shadow:0 1px 3px rgb(0,0,0,0.4);
    background: rgba(10, 22, 40, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.tab_selected { background:rgb(255,255,255,0.05); }

/* modal menu */
.modal_mback { background:rgb(255,255,255,0.04); }
.modal_mborder { border-bottom: 1px solid rgb(255,255,255,0.08); }
.modal_selected { background:rgb(255,255,255,0.08); }

/* back transparency background for modal box */
.modal_back { background-color:rgba(0,0,0,0.6); }

/* chat logs */
.log2 { background:rgb(0,0,0,0.07); }
.topic_log { 
    background:rgba(0,212,255,0.15);
    color:#fff; 
}
.sys_log { background: rgba(46,92,138,0.25); width: auto; margin: 5px auto; max-width: 96%; border-radius: 50px; padding: 8px 10px; box-shadow: 0 0 5px rgba(0,212,255,0.4); }

/* upload progress */
.bprogress { background:#42b920; color:#fff; }

/* notification colors */
.bnotify { background:#ff3636; color:#fff; }
.foot_notify, .head_notify { border:1px solid #fff; }

/* date colors */
.sub_date  { color:#00D4FF; }
.sub_chat, .sub_priv { color:#4A8FBF; }

/* secondary text color */
.sub_text, .list_mood  { color:#00D4FF; }

/* profile likes */
.plikes { background-color:rgba(100,100,100,0.2); color:#fff; }

/* spinner color */
.bspin { color:rgb(255,255,255,0.3); }

/* special chat item */
.my_notice { color:#fff; background:#00D4FF; }
.system_text { background:rgb(255,255,255,0.05); color:#00D4FF; }

/* outside pages background */
.back_page { background:#2E5C8A; color:#fff; }

/* video background color */
.post_video { background:rgb(0,0,0,1); }

/* slider */
.boom_slider .ui-widget-content { background: #1A2F4A; }
.boom_slider .ui-state-default { background: #00D4FF !important; }
.boom_slider .ui-state-active { background: #00D4FF !important; }
.boom_slider .ui-slider-range { background:#4A8FBF; }

/* select input color */
.selectboxit-list, .selectboxit-btn { background-color: #1A2F4A; border:1px solid #2E5C8A; color:#fff; }
.selectboxit-list .selectboxit-focus .selectboxit-option-anchor { background-color: #0F1E35; color:#fff; }
.selectboxit-default-arrow { border-top: 4px solid #4A8FBF; }
.selectboxit-btn.selectboxit-enabled:hover, .selectboxit-btn.selectboxit-enabled:focus, .selectboxit-btn.selectboxit-enabled:active { background:#1A2F4A; color:#fff; }
.selectboxit-options { background:#2E5C8A; color:#fff; }
.selectboxit-list .selectboxit-option-anchor { color:#4A8FBF; }

/* custom */
.modal_in { border:1px solid rgb(255,255,255,0.01); }

/* responsive background images - focus on text visibility */
@media screen and (max-width: 1200px) {
    .back_chat::before {
        background-size: cover;
        background-position: center 30%;
    }
    #intro_top {
        background-attachment: scroll;
        background-size: cover;
        background-position: center 30%;
    }
}

@media screen and (max-width: 768px) {
    .back_chat::before {
        background-size: 120% 100%;
        background-position: center 25%;
        opacity: 0.5;
    }
    #intro_top {
        background-attachment: scroll;
        background-size: 120% 100%;
        background-position: center 25%;
    }
    .back_panel,
    .back_pmenu,
    .back_menu,
    .back_box,
    .back_modal,
    .page_element,
    .back_quote,
    .tab_menu {
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (max-width: 576px) {
    .back_chat::before {
        background-size: 130% 100%;
        background-position: center 20%;
        opacity: 0.6;
    }
    #intro_top {
        background-attachment: scroll;
        background-size: 130% 100%;
        background-position: center 20%;
    }
    .back_panel,
    .back_pmenu,
    .back_menu,
    .back_box,
    .back_modal,
    .page_element,
    .back_quote,
    .tab_menu {
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (max-width: 480px) {
    .back_chat::before {
        background-size: 140% 100%;
        background-position: center 15%;
        opacity: 0.7;
    }
    #intro_top {
        background-size: 140% 100%;
        background-position: center 15%;
    }
}

/* Focus on text area for very small screens */
@media screen and (max-width: 360px) {
    .back_chat::before {
        background-size: 150% 100%;
        background-position: center 10%;
        opacity: 0.8;
    }
    #intro_top {
        background-size: 150% 100%;
        background-position: center 10%;
    }
}

/* Left and Right Chat Panels - Cloud Image */
#chat_left {
  background: rgba(10, 22, 40, 0.3) url('./images/panel.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  border-right: 1px solid rgba(0, 212, 255, 0.3);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.5);
}

#chat_right {
  background: rgba(10, 22, 40, 0.3) url('./images/panel.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  border-right: 1px solid rgba(0, 212, 255, 0.3);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.5);
}

#private_wrap_content {
  background: rgba(10, 22, 40, 0.3) url('./images/panel.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  border-right: 1px solid rgba(0, 212, 255, 0.3);
  box-shadow: 0 0 20px rgba(0, 212, 255, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.5);
}